home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / docs.lha / latex-CLTL-sty / more-info.txt / node2_mn.html < prev    next >
Text File  |  1991-07-02  |  1KB  |  29 lines

  1.  
  2. <H1><A ID="SECTION00110000000000000000"><tex2html_anchor_invisible_mark></A>
  3. <A ID="FUNCTION-NAME-SECTION"><tex2html_anchor_mark></A><BR>
  4. Constants and Variables
  5. </H1>
  6.  
  7. <P>
  8. Because some Lisp data objects are used to represent programs,
  9. one cannot always notate a constant data object in a program simply
  10. by writing the notation for the object unadorned; it would be ambiguous
  11. whether a constant object or a program fragment was intended.
  12. The <#30#>quote<#30#> special form resolves this ambiguity.
  13.  
  14. <P>
  15. There are two kinds of variables in Common Lisp, in effect: ordinary
  16. variables and function names.  There are some similarities between
  17. the two kinds, and in a few cases there are similar functions for
  18. dealing with them, for example <#31#>boundp<#31#> and <#32#>fboundp<#32#>.
  19. However, for the most part the two kinds of variables are
  20. used for very different purposes: one to name defined functions,
  21. macros, and special forms, and the other to name data objects.
  22.  
  23. <P>
  24. <BR>
  25. <tex2html_image_mark>#newer33#
  26. <BR>
  27.  
  28. <P>
  29.